home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROT2.LZH / MAXTHINK.UNP < prev    next >
Text File  |  1985-02-15  |  2KB  |  51 lines

  1.  
  2.  
  3.   This procedure is to remove the checking for the master (key) disk
  4.   in drive A: while running MaxThink (version 1.0).
  5.  
  6.   Please note, this proceedure is distrubuted so that you may archive
  7.   copies of MaxThink for your own protection. It *is* *not* intended
  8.   to bypass the protection so that the program may be illegally
  9.   distributed.
  10.  
  11.       1.   Make of copy of your MaxThink diskette or at least copy
  12.            MAX.EXE to MAX.SAV.
  13.  
  14.       2.   Rename MAX.EXE to MAX.XXX
  15.  
  16.       3.   Load MAX.XXX into debug by entering:   DEBUG MAX.XXX
  17.  
  18.       4.   Search for the string  '65 6d 6f' by entering:
  19.            S 2925:0 L FFFF 65 6d 6f
  20.  
  21.       5.   It will return two addresses, use the SECOND address in the
  22.            following command (mine was CAB):  U 2925:CAB
  23.  
  24.       6.   You should see (somewhere) the following:
  25.                   CALL 0CD1
  26.                   JB   0CC1
  27.                   CALL 0ECA
  28.                   JB   0CC1
  29.  
  30.            However, depending on where the Search located the string
  31.            the '0CD1' etc. addresses will be different, it does not
  32.            matter what they are just where they are.
  33.  
  34.       7.   Using the address on the leftmost column on the screen
  35.            (which should read something like  2925:CEF) Enter NOP's
  36.            over the above instructions.
  37.            In my case it was:
  38.  
  39.                E 2925:CEF 90 90 90 90 90 90 90 90 90 90
  40.  
  41.       8.   Write the program back to disk by entering Q to the '-' prompt.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. 
  50.  
  51. 90 90 90 9